From: Ian Campbell Date: Mon, 8 Jan 2007 16:27:35 +0000 (+0000) Subject: [XEN] Fix MAP target. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~23 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=82048fc4416cb69fd9eedd75893cee621bc0b298;p=xen.git [XEN] Fix MAP target. Signed-off-by: Ian Campbell --- diff --git a/xen/Makefile b/xen/Makefile index b391513ccc..85472d0596 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -14,8 +14,8 @@ default: build .PHONY: dist dist: install -.PHONY: build install clean distclean cscope TAGS tags -build install debug clean distclean cscope TAGS tags:: +.PHONY: build install clean distclean cscope TAGS tags MAP +build install debug clean distclean cscope TAGS tags MAP:: $(MAKE) -f Rules.mk _$@ .PHONY: _build @@ -160,9 +160,9 @@ _cscope: $(all_sources) > cscope.files cscope -k -b -q -.PHONY: MAP -MAP: - $(NM) -n $(TARGET) | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' > System.map +.PHONY: _MAP +_MAP: + $(NM) -n $(TARGET)-syms | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' > System.map .PHONY: FORCE FORCE: